home *** CD-ROM | disk | FTP | other *** search
/ Business Heaven / Business Heaven.iso / time / timez / timez.doc < prev    next >
Text File  |  1993-02-21  |  36KB  |  649 lines

  1. TIMEZ - A PROGRAM TO TRACK WORLD TIME
  2.  
  3.  
  4. 1.  What is TimeZ?/Requirements/Setup
  5. 2.  Main Screen
  6. 3.  Entering New Time Zones
  7. 4.  Showing a Time Zone
  8. 5.  Editing a Time Zone
  9. 6.  Listing all Time Zones
  10. 7.  Printing all Time Zones
  11. 8.  The Master Clock
  12. 9.  Setting your Clock
  13. 10.  The idxreb utility
  14. 11.  Registration Information
  15. 12.  Program Updates
  16.  
  17. 1. What is TimeZ?
  18.  
  19.  TimeZ is a program for use by people who NEED to know what time it is
  20. elsewhere in the world.  By entering the proper data into TimeZ, you can
  21. see the current time in any of up to 54 places at once, and an infinite 
  22. number of places in total.
  23.  
  24.  By entering the correct data about a place, specifically about whether 
  25. Daylight Savings is observed there, and if so, when, TimeZ will adjust for 
  26. Daylight Savings in your time zone and those of the other places.  Changes 
  27. in a place's DST status is constantly checked, so updates are immediate.
  28.  
  29.  For people who do not necessarily require that they know the time in many 
  30. places, TimeZ can still be of interest.  During any military operation, 
  31. like Desert Storm or Restore Hope, did you ever wonder the time in the 
  32. place where the troops were?  To find out, just add Iraq or Somalia to 
  33. the Master Clock.
  34.  
  35.  Included with TimeZ is a data file with its companion index files.  In 
  36. these files are over 250 entries to get you started.  Or you can start 
  37. from scratch, whichever works best for you.
  38.  
  39.  I have tried to make TimeZ simple to use.  It does not use any graphics - 
  40. just text for a straight forward readout of the current time.  No three-
  41. letter abbreviations or ANSI-character maps of the world.  I hope you 
  42. find TimeZ enjoyable.
  43.  
  44. Requirements
  45.  
  46.  The requirements of TimeZ are rather simple.  An IBM PC compatible with 
  47. at least 128K RAM, a color monitor (CGA or better), and a disk of some 
  48. sort (hard or floppy) to store the data on.  The size of the data file 
  49. depends on how many entries you make, but even with hundreds of entries, 
  50. TimeZ would still run off of a 360K floppy.  The DOS/Windows utility 
  51. SmartDrv or some other disk cache utility is suggested for best performance.
  52.  
  53.  TimeZ uses four files.  The TimeZ executable (TimeZ.EXE), the data file
  54. (TZ.DAT), a names index file (TZ.IDX), and a sounds-like index (TZSZ.IDX).
  55.  
  56. Setup
  57.  
  58.  Before using TimeZ, you should set the DOS environment variable TZ.  If 
  59. you do not set TZ, DOS will assume that you are in the Pacific Standard 
  60. Time time zone.  Here's what you need to do to set your TZ variable:
  61.  
  62.  Determine your time zone name.  For example, the U.S. has six main time 
  63. zones: Eastern, Central, Mountain, Pacific, Alaska-Hawaii, and Bering.  
  64. Canada uses these and three others: Newfoundland, Atlantic, and Yukon, 
  65. with Yukon being the same as Pacific.  Next, determine if you observe 
  66. Daylight Savings Time in your area.  Most of the U.S. and Canada does, with 
  67. Arizona, Hawaii, and parts of Indiana being notable exceptions.
  68.  
  69.  Next, determine how far ahead of Greenwich Mean Time your location is.
  70. Greenwich, England, and the Prime Meridian which passes through Greenwich, 
  71. is the starting point for all world time.  Most atlases or almanacs will 
  72. help you determine this.  For example, the Eastern time zone is five hours 
  73. ahead of Greenwich.
  74.  
  75.  Lastly, make up a string of characters to represent your time zone.  The 
  76. string must be at least four characters long.  The first three characters 
  77. represent the time zone.  The next characters determine the time difference 
  78. in hours from Greenwich.  The last three characters are used only if 
  79. Daylight Savings is observed where you are.  Here are examples of the TZ 
  80. string:
  81.  
  82. NST3.5NDT   Newfoundland
  83. AST4ADT     Canadian Maritimes
  84. EST5EDT     Eastern Time Zone
  85. EST5        Parts of Indiana
  86. CST6CDT     Central Time Zone
  87. MST7MDT     Mountain Time Zone
  88. MST7        Arizona
  89. PST8PDT     Pacific Time Zone
  90. YST8        Parts of the Yukon
  91. HDT9HST     Alaska-Hawaii Time Zone
  92. HDT9        Hawaii
  93. BDT10BST    The Aleutians
  94.  
  95.  Finally, set the TZ variable equal to your time zone string.  Use the DOS 
  96. Set command to do this.  For example:
  97.  
  98. C:\> set TZ=EST5EDT <ENTER>
  99.  
  100.  For best results, the following line should be set in your AUTOEXEC.BAT 
  101. file:
  102.  
  103. set TZ=EST5EDT
  104.  
  105.  Consult your DOS manual for details about the AUTOEXEC.BAT file.
  106.  
  107.  
  108. 2.  Main Screen
  109.  
  110.  Assuming a data file already exists and is in the same directory as the 
  111. TimeZ program, when starting TimeZ, your screen will look like this:
  112.  
  113.  +---------------------------+ TimeZ Version 1.0 +----------------------------+
  114.  |                                                                            |
  115.  |                                                                            |
  116.  |                                                                            |
  117.  |                        1. Add New Place Entry                              |
  118.  |                        2. Scan Place Entries                               |
  119.  |                        3. Edit Existing Place Entry                        |
  120.  |                        4. List Place Entries                               |
  121.  |                        5. Print Place Entries                              |
  122.  |                        6. Master Clock                                     |
  123.  |                        7. Set Local Date/Time                              |
  124.  |                        8. Quit                                             |
  125.  |                                                                            |
  126.  |                        Enter your choice:                                  |
  127.  |                                                                            |
  128.  |                        F2=Toggle 12/24 hour time                           |
  129.  |                                                                            |
  130.  |                                                                            |
  131.  |                                                                            |
  132.  |                                                                            |
  133.  |                                                                            |
  134.  |                                                                            |
  135.  |                      Current local time: 00:00:00                          |
  136.  |                      Current GMT time..: 00:00:00                          |
  137.  +----------------------------------------------------------------------------+
  138.  
  139.  This screen shows the version number at the top, the main menu, a prompt
  140. explaining how to toggle the use of 12-hour time keeping or 24-hour time 
  141. keeping, and a display of the current local and Greenwich Mean Time (GMT).  The 
  142. time displays are real-time and kept up to date as the program awaits input.
  143.  
  144.  If you started TimeZ and there was no data file in the same directory, you 
  145. will see a box like this overlaid on the main menu screen:
  146.  
  147. +---------------------------------------------------------------------+
  148. | TimeZ Directory:                                                    |
  149. +---------------------------------------------------------------------+
  150.  
  151.  In this box, you should type the name of the directory that the TimeZ data is 
  152. in.  If the TimeZ data files do not already exist (for example, you are 
  153. creating a new database), then the name of the directory the files should be 
  154. created in should be typed here.  If no TimeZ data exists in the directory you 
  155. type in, TimeZ will assume you wish to create a new database.  This 
  156. confirmation box will appear:
  157.  
  158. +--------------------------------------+
  159. | Data file does not exist.  Create? Y |
  160. +--------------------------------------+
  161.  
  162.  Note that the default answer is (Y)es.  If you do not wish to create a new 
  163. data file (for example, you mistyped the directory name), then type (N)o and 
  164. press ENTER.  You will be returned to the "TimeZ Directory" box.
  165.  
  166. 3. Entering New Time Zones
  167.  
  168.  TimeZ requires a database of  locations and their time zones to work most
  169. effectively.  Without this database, all TimeZ can do is show you is the
  170. current local and GMT time.  To enter this data, simply press 1 at the main 
  171. menu.  A screen that looks like this will appear:
  172.  
  173.  +----------------------+ Enter New Time Zone Record +------------------------+
  174.  |                                                                            |
  175.  |                                                                            |
  176.  |                                                                            |
  177.  | Place.....:                                                                |
  178.  | Short Name:                                                                |
  179.  | GMT Adjust:                                                                |
  180.  | Daylight Savings Apply? (Y/N).: Y  Starts:              Ends:              |
  181.  | Master Clock Screen (A-Z, 0-9): A                                          |
  182.  |                                                                            |
  183.  |                                                                            |
  184.  |                                                                            |
  185.  |                                                                            |
  186.  |                                                                            |
  187.  |       F9=Save and Return to Main Menu   F10=Save and enter another         |
  188.  |                   ESC=Abort entry, Return to Main Menu                     |
  189.  |                                                                            |
  190.  |          Insert DST for:  F1=USA  F2=UK  F3=Europe  F4=Australia           |
  191.  |                                                                            |
  192.  |                                                                            |
  193.  |                                                                            |
  194.  |                                                                            |
  195.  |                                                                            |
  196.  |                                                                            |
  197.  +----------------------------------------------------------------------------+
  198.  
  199.  Each field is explained in turn:
  200.  
  201.  Place:  This field is for the full name of a place.  This place may be a city 
  202. or a country or a state, province, or county.  It is up to you.  Obviously, if 
  203. the place is a large geographic area, the entire area should be encompassed by 
  204. the same time zone and Daylight Savings Time (DST) rules.  The Place name can 
  205. be up to 40 characters long.
  206.  
  207.  Short Name:  The field should contain the short name of the place.  The short
  208. name will be used on the Master Clock to conserve space.  For example, if the 
  209. Place is "Los Angeles, California", the Short Name may be "L.A., CA".  The 
  210. Short Name may be up to 10 characters long.
  211.  
  212.  GMT Adjust:  Input the number of hours that the Place is from GMT.  For 
  213. example, the East Coast of the U.S. is five hours earlier than GMT.  In this 
  214. field, type -5. For another example, France is one hour later than GMT.  You 
  215. may type either 1 or +1 here.  For places with odd GMT offsets, like 
  216. Newfoundland's 3.5 hours earlier, decimal fractions are OK (-3.5, +4.75, etc).  
  217. If you input nothing in this field, 0 will be assumed. Be sure to type the 
  218. offset when the time zone you are entering is not in DST.
  219.  
  220.  Daylight Savings Apply? (Y/N):  A Yes or No question, is DST observed in this
  221. place?
  222.  
  223.  Starts:  If DST does apply, then enter here when it starts.  The format of 
  224. this entry is either:  MMMDD or MMMmDDD.  In both examples, the first three 
  225. characters should be the month DST starts in.  Choose from:  JAN, FEB, MAR, 
  226. APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, or DEC. 
  227.  In the first example (MMMDD), the fourth and fifth characters should be a 
  228. valid date within that month.  For example, if DST always starts on April 1st, 
  229. input APR01.
  230.  In the second example, the fourth character is a modifier.  It can be one of 
  231. the following:  1, 2, 3, 4, 5, F, or L.
  232.  The fifth through seventh characters should be an abbreviation for a day of 
  233. the week.  Use the following:  SUN, MON, TUE, WED, THU, FRI, SAT, or DAY.  
  234. You may use "DAY" with the F and L modifiers only.
  235.  Examples:
  236.  APR1SUN: DST starts on the first Sunday in April
  237.  SEPLMON: DST starts on the last Monday in September
  238.  MAR2TUE:  DST starts on the second Tuesday in March
  239.  DEC31:  DST starts on December 31st.  Same as DECLDAY
  240.  
  241.  Ends:  If DST does apply, then enter here when it ends.  Use the same format 
  242. as for "Starts".
  243.  
  244.  Master Clock Screen (A-Z, 0-9):  Fill in any letter A through Z or number 0
  245. through 9.  This indicates the Master Clock screen that this entry will print 
  246. on.  Using Master Clock screens, you can group like entries or places of 
  247. interest together for monitoring.  Note that though you can only have a place 
  248. assigned to one screen at a time, minor variations in the Place string will 
  249. allow a seemingly similar entry to be in each of two screen.  For example, 
  250. "New York City 1" and "New York City 2".
  251.  
  252.  The following keys may be pressed on this screen:
  253.  
  254.  F1 will insert the United States DST start/end strings into the record
  255.  F2 will insert the United Kingdom DST start/end strings into the record
  256.  F3 will insert the European DST start/end strings into the record
  257.  F4 will insert the Australian DST start/end strings into the record
  258.  F9 saves the entry and return to main menu
  259.  F10 saves the entry and gives the user a blank screen to begin a new entry
  260.  ESC aborts the addition of the current entry and returns to the main menu
  261.  ENTER, TAB, Down Arrow moves to the next field
  262.  Shift-TAB, Up Arrow moves to the previous field
  263.  Delete, Backspace, Insert, Home, and End for editing
  264.  
  265.  If you enter a Place that already exists (the Place name exactly matches a 
  266. Place already in the data file), you will be given an error message and a 
  267. chance to edit the entry.
  268.  
  269. 4.  Showing a Time Zone
  270.  
  271.  To display the time zone record for a place already entered, press 2 from the 
  272. main menu.  You will see a screen like this:
  273.  
  274.  +-----------------------| Scan For Time Zone Record |------------------------+
  275.  |                                                                            |
  276.  |                                                                            |
  277.  |                                                                            |
  278.  | Place.....:                                                                |
  279.  | F2=Sounds-like search                                                      |
  280.  |                                                                            |
  281.  |                                                                            |
  282.  |                                                                            |
  283.  |                                                                            |
  284.  |                                                                            |
  285.  |                                                                            |
  286.  |                                                                            |
  287.  |                                                                            |
  288.  |                                                                            |
  289.  |                                                                            |
  290.  |                                                                            |
  291.  |                                                                            |
  292.  |                                                                            |
  293.  |                                                                            |
  294.  |                                                                            |
  295.  |                                                                            |
  296.  |                                                                            |
  297.  |                                                                            |
  298.  +----------------------------------------------------------------------------+
  299.  
  300.  Enter the place to search for in the field.  Press ENTER when done.  TimeZ 
  301. will search for the closest match to the string you have input.  TimeZ will 
  302. display the entry it finds, if any, and will prompt you to press any key to 
  303. return to the main menu.
  304.  
  305.  If you do not know the exact spelling of a place, then you may press F2 
  306. instead of ENTER to begin the search.  This will perform a "sounds-like" search 
  307. instead of a straight string search.  The sound seach uses English phonemes to 
  308. store and search the place name.  If using sound search, beware of this.
  309.  
  310.  An example of the difference:  Assume there are two entries, Starksboro and
  311. Stratton.  By typing "str" and pressing ENTER, you would display Stratton, the 
  312. first match alphabetically.  However, press F2 instead of ENTER will display 
  313. Starksboro, the first phonetic match (vowels do not count).
  314.  
  315. 5.  Editing a Time Zone
  316.  
  317.  To edit a time zone already in the data file, press 3 at the main menu.  You 
  318. will see a screen similar to that shown in Chapter 4.  Enter the name of the 
  319. place you wish to edit in the Place field and press either ENTER or F2.  If 
  320. there is a match, you will see a screen like this:
  321.  
  322.  +-----------------------+ Edit Old Time Zone Record +------------------------+
  323.  |                                                                            |
  324.  |                                                                            |
  325.  |                                                                            |
  326.  | Place.....: Starksboro, Vermont                                            |
  327.  | Short Name: Starksboro                                                     |
  328.  | GMT Adjust: -5                                                             |
  329.  | Daylight Savings Apply? (Y/N).: Y  Starts: APR1SUN      Ends: OCT3SUN      |
  330.  | Master Clock Screen (A-Z, 0-9): D                                          |
  331.  |                                                                            |
  332.  |                                                                            |
  333.  |                                                                            |
  334.  |                                                                            |
  335.  |                                                                            |
  336.  |                     F8=Save/Edit Next  F9=Save/Return                      |
  337.  |                  F10=Save/Edit Another  ESC=Abort/Return                   |
  338.  |                                                                            |
  339.  |          Insert DST for:  F1=USA  F2=UK  F3=Europe  F4=Australia           |
  340.  |                                                                            |
  341.  |                                                                            |
  342.  |                                                                            |
  343.  |                                                                            |
  344.  |                                                                            |
  345.  |                                                                            |
  346.  +----------------------------------------------------------------------------+
  347.  
  348.  This screen works in the same way as the Enter New Time Zone Record screen.
  349. All field descriptions are the same.  The function keys that can be used on 
  350. this screen are:
  351.  
  352.  F1 will insert the United States DST start/end strings into the record
  353.  F2 will insert the United Kingdom DST start/end strings into the record
  354.  F3 will insert the European DST start/end strings into the record
  355.  F4 will insert the Australian DST start/end strings into the record
  356.  F8 to Save the current entry and then edit the next entry
  357.  F9 to Save the current entry and then return to the main menu
  358.  F10 to Save the current entry and then search for another entry to edit
  359.  ESC to Abort the changes to the current entry and return to the main menu
  360.  ENTER, TAB, Down Arrow moves to the next field
  361.  Shift-TAB, Up Arrow moves to the previous field
  362.  Delete, Backspace, Insert, Home, and End for editing
  363.  
  364. 6.  Listing all Time Zones
  365.  
  366.  By pressing 4 at the main menu, you will see a screen similar to this one:
  367.  
  368.  +--------------------------| List Place Entries +----------------------------+
  369.  |                                                                            |
  370.  | City                                      GMT Offset  DST  Master Screen   |
  371.  | ----------------------------------------  ----------  ---  -------------   |
  372.  | Adelaide, Australia                         +9.5       Y         E         |
  373.  | Afghanistan                                 4.5        N         A         |
  374.  | Alaska                                      -9         Y         A         |
  375.  | Albania                                     +1         Y         A         |
  376.  | Aleutian Islands, Alaska                    -10        Y         A         |
  377.  | Algeria                                     +1         N         A         |
  378.  | Alma-Alta, Kazakstan                        +6         Y         A         |
  379.  | American Samoa                              -11        N         A         |
  380.  | Andorra                                     +1         Y         A         |
  381.  | Angola                                      +1         N         A         |
  382.  | Archangel, Russia                           +4         Y         A         |
  383.  | Argentina                                   -3         N         A         |
  384.  | Arizona                                     -7         N         A         |
  385.  | Armenia                                     +4         Y         A         |
  386.  | Aruba                                       -4         N         A         |
  387.  | Austria                                     +1         Y         A         |
  388.  | Azores                                      -1         Y         A         |
  389.  | Bahamas                                     -5         Y         A         |
  390.  |                                                                            |
  391.  |              Press ESC to quit, any other key to continue...               |
  392.  +----------------------------------------------------------------------------+
  393.  
  394.  This shows a list of all entries in the Places database, listed alphabetically 
  395. by Place name.  The full Place name, the GMT offset, the DST flag, and the 
  396. Master Clock screen are also shown.  To get more detail about a Place, use the 
  397. Scan Place Entries option (Chapter 2).
  398.  
  399.  As you search through the data file, one screen of data at a time will 
  400. display.  Press any key between data screens to proceed, or ESC at any time to 
  401. return to the main menu.  On the final List screen, any key will return you to 
  402. the main menu.
  403.  
  404. 7. Printing all Time Zones
  405.  
  406.  Pressing 5 at the main menu will bring you to this screen:
  407.  
  408.  +-----------------------------+ Print Entries +------------------------------+
  409.  |                                                                            |
  410.  |                                                                            |
  411.  |                                                                            |
  412.  |                                                                            |
  413.  |                                                                            |
  414.  |                                                                            |
  415.  |                                                                            |
  416.  |                                                                            |
  417.  |                       About to print TimeZ entries.                        |
  418.  |                                                                            |
  419.  |                 Press F1 for Short List, F2 for Long List                  |
  420.  |                        Press ESC to abort printing                         |
  421.  |                                                                            |
  422.  |                                                                            |
  423.  |                                                                            |
  424.  |                                                                            |
  425.  |                                                                            |
  426.  |                                                                            |
  427.  |                                                                            |
  428.  |                                                                            |
  429.  |                                                                            |
  430.  |                                                                            |
  431.  |                                                                            |
  432.  +----------------------------------------------------------------------------+
  433.  
  434.  Printing your entries is fairly simple.  The report will always go to LPT1.  
  435. DOS's Mode command can be used to change the actual i/o port of the LPT1 printer, 
  436. if need be.  There are two types of listing.  The first, the Short List, is 
  437. accessed by hitting F1 on this screen.  The short list has one line of 
  438. information for each place.  It will show the Place Name, Place Short Name, Place 
  439. GMT Offset, and Master Clock Screen.  Pressing F2 will print the Long List.  This 
  440. list includes all of the above, plus DST Flag, Start and End of DST, and the 
  441. Sound Meta for each Place.  You may press ESC here to abort the print process.
  442.  
  443.  After you press F1 or F2, you will be prompted one last time before the actual
  444. printing.  The Short/Long list prompt will be replaced with:
  445.  
  446. Press F1 for normal print, F2 to print CR/LF
  447.  
  448. Press F1 for normal printing (for example, Epson-compatible dot matrix printers) 
  449. or F2 if CR/LF must be sent at the end of each line (for example, LaserJet and 
  450. DeskJet printers).  Experiment if you are not sure which to use.  You may again 
  451. press ESC on this screen if you decide not to print.
  452.  
  453.  While the printing is happening, a short message will flash on the screen:
  454.  
  455. Printing.  Press ESC to abort...
  456.  
  457.  Pressing ESC will stop the print job.  However, your printer probably has a 
  458. print buffer - if this is the case, then the job will not stop printing until 
  459. the printer's buffer is empty.
  460.  
  461.  The output of the report will be similar to this:
  462.  
  463.  +----------------------------------------------------------------------------+
  464.  | TimeZ Entries Listing - Page 1                                             |
  465.  |                                                                            |
  466.  | Place                                     Short Name  GMT      Scn         |
  467.  | ----------------------------------------  ----------  -------  ---         |
  468.  | DST  Start    End      Sound Meta                                          |
  469.  | ---  -------  -------  ----------                                          |
  470.  |                                                                            |
  471.  | Adelaide, Australia                       Adelaide    +9.5      E          |
  472.  |  Y   OCTLMON  MAR3SUN  ADLDSTRL                                            |
  473.  |                                                                            |
  474.  | Afghanistan                               Afghanistn  4.5       A          |
  475.  |  N                     AFNSTN                                              |
  476.  |                                                                            |
  477.  | .                                                                          |
  478.  | .                                                                          |
  479.  | .                                                                          |
  480.  |                                                                            |
  481.  | 266 entries printed                                                        |
  482.  +----------------------------------------------------------------------------+
  483.  
  484.  
  485.  As mentioned, the Short List will not include the line that begins with "DST".
  486. Using the default program data file, the Short List will be about six pages.  
  487. The Long List will be about 16 pages.
  488.  
  489.  When the job is complete, you will be returned to the main menu.  If TimeZ
  490. detects an error on your printer while it is printing, you will see an 
  491. appropriate error message.
  492.  
  493. 8. Master Clock
  494.  
  495.  Pressing 6 at the main menu will bring you to the Master Clock.  This is where 
  496. you see the fruits of your labor, as it were.  The Master Clock shows you the 
  497. first 57 entries in each of up to 36 screen groups (see Chapter 3 for details 
  498. about Master Clock screens).  The Master Clock looks like this:
  499.  
  500.  +-----------------------------| Master Clock +-------------------------------+
  501.  | In Standard Time             08:09:12AM Sat            In Daylight Saving  |
  502.  |                                                                            |
  503.  | Afghanistn  05:39PM Sat  Baku Azerb  05:09PM Sat  Burma       07:39PM Sat  |
  504.  | Alaska      04:09AM Sat  Bangladesh  07:09PM Sat  Burundi     03:09PM Sat  |
  505.  | Albania     02:09PM Sat  Barbados    09:09AM Sat  Calgary     06:09AM Sat  |
  506.  | Aleutians   03:09AM Sat  Belgium     02:09PM Sat  Cameroon    02:09PM Sat  |
  507.  | Algeria     02:09PM Sat  Belize      07:09AM Sat  Canary Is   01:09PM Sat  |
  508.  | Alma-Alta   07:09PM Sat  Benin       02:09PM Sat  Cape Verde  12:09PM Sat  |
  509.  | Am Samoa    02:09AM Sat  Bermuda     09:09AM Sat  Cayman Is   08:09AM Sat  |
  510.  | Andorra     02:09PM Sat  Bhutan      07:09PM Sat  C.A.R.      02:09PM Sat  |
  511.  | Angola      02:09PM Sat  Boa Vista   10:09AM Sat  Chad        02:09PM Sat  |
  512.  | Archangel   05:09PM Sat  Boise, ID   06:09AM Sat  Chicago     07:09AM Sat  |
  513.  | Argentina   10:09AM Sat  Bolivia     09:09AM Sat  Chile       08:09AM Sat  |
  514.  | Arizona     06:09AM Sat  Bosnia-Her  02:09PM Sat  Xmas Is     03:09AM Sat  |
  515.  | Armenia     05:09PM Sat  Boston      08:09AM Sat  Cocos Is    07:39PM Sat  |
  516.  | Aruba       09:09AM Sat  Botswana    03:09PM Sat  Colombia    08:09AM Sat  |
  517.  | Austria     02:09PM Sat  Brasilia    11:09AM Sat  Comoros     04:09PM Sat  |
  518.  | Azores      12:09PM Sat  B Virgin    09:09AM Sat  Congo       02:09PM Sat  |
  519.  | Bahamas     08:09AM Sat  BrokenHill  11:39PM Sat  Cook Is     04:09AM Sat  |
  520.  | Bahrain     04:09PM Sat  Bulgaria    03:09PM Sat  Costa Rica  07:09AM Sat  |
  521.  | Baja        06:09AM Sat  Burkina Fa  01:09PM Sat  Cote d'Iv   01:09PM Sat  |
  522.  |                                                                            |
  523.  |            Showing screen A.  Press ESC to exit, or Screen key             |
  524.  +----------------------------------------------------------------------------+
  525.  
  526.  The layout is pretty straight forward.  There are three columns of 19 places 
  527. each.  Entries are filled in top to bottom, left to right (as you can see from 
  528. the alphabetical order).  Each place has the place's Short Name, current time 
  529. in hours and minutes, and the current day for this place.  The time will be in 
  530. 12-hour or 24-hour display mode depending upon the toggle done at the main 
  531. menu.  Note that entries may not be in alphabetical order as they are retrieved
  532. in Place Name order, and Place Name can differ from Short Name.
  533.  
  534.  Press any key A-Z or 0-9 to see that Master Clock screen.  The "A" screen is 
  535. the default.
  536.  
  537.  Although you cannot see it here, all places are displayed in white, except 
  538. those that are currently in DST.  Those places are shown in grey.
  539.  
  540.  You will see the notation "*OVERFLOW*" if you have assigned more than 57
  541. places to any one Master Clock screen.
  542.  
  543.  The top of the screen shows the current local time.  Since seconds are the same
  544. across the board, seconds are shown only for the local time.  Also at the top of 
  545. the screen is a key, showing the "In Standard Time" in white, the "In Daylight 
  546. Savings" in grey.
  547.  
  548.  When you are finished looking at the Master Clock, press the ESC key to 
  549. return to the main menu.
  550.  
  551. 10. The idxreb utility
  552.  
  553.  Should your index files ever be damaged, you can use the idxreb utility 
  554. included with TimeZ to rebuild them.  To do so, type:
  555.  
  556. C:\> idxreb <ENTER>
  557.  
  558.  If the dat and idx files are not in the same directory as the idxreb program, 
  559. then you will see:
  560.  
  561. TimeZ Data file not in current path.
  562. Enter path for data file:
  563.  
  564.  Alternately, you may provide the pathname on the command line by typing (for
  565. example):
  566.  
  567. C:\> idxreb \tzdata <ENTER>
  568.  
  569.  Enter the path of the directory the files are in (but not the filenames 
  570. themselves).  If the idx files exist in that directory, too, you will be 
  571. given a chance to change your mind:
  572.  
  573. One or more index files already exist.  Do you wish to
  574. overwrite them? (Y to continue, any other to to abort):
  575.  
  576.  If you type Y and ENTER, or if there were no idx files in the directory, 
  577. idxreb will rebuild the index files.  This process should only take a 
  578. few moments.
  579.  
  580. 11. Registration
  581.  
  582.  TimeZ is shareware, and I retain all copyrights to the program.  If you use 
  583. and like TimeZ, I request that you donate $10 to continue to use it.  If you 
  584. do, and also send a diskette (5.25 or 3.5 Double or High density), I will 
  585. include any new version of TimeZ, and its documentation.  Please enclose an 
  586. extra $1 to cover postage, and be sure to enclose your address.
  587.  
  588.  If you would like to register your copy of TimeZ and would like me to send 
  589. you a diskette with the latest version of TimeZ on it, please send an extra 
  590. $2 to cover postage and diskette costs.  Please specify diskette size and 
  591. density.
  592.  
  593.  Also see PRICE.LST for an invoice and other ordering info.  The latest 
  594. version of TimeZ can be downloaded from the IBMAPP forum on CompuServe or 
  595. from America On-Line.
  596.  
  597.  CompuServe users:  TimeZ may be registered via CompuServe's Shareware
  598. Registration Service (GO SWREG).  Request to register program #609.
  599.  
  600.  
  601. Steve Mount
  602. RR 1 Box 320
  603. Starksboro, VT  05487-9702
  604.  
  605. Contact me on CompuServe.....: 73720,3404
  606.  
  607. Contact me on America On-Line: Mountain
  608.  
  609. Call for ordering/support...........: (802) 453-5273
  610.  
  611.  I have fax capability at the above number for orders, but you must call 
  612. me to have my fax set up before faxing (it is a card and shares the line 
  613. with my answering machine).
  614.  
  615. THE TIMEZ PROGRAM AND THIS MANUAL ARE COPYRIGHTED
  616. DOCUMENTS.  THE OWNER OF THE COPYRIGHT GIVES OTHERS
  617. PERMISSION TO DISTRIBUTE UNALTERED COPIES OF THE PROGRAM AND
  618. DOCUMENTATION TO OTHER INTERESTED PARTIES.  THIS PROGRAM IS
  619. NOT IN THE PUBLIC DOMAIN.  IF YOU USE TIMEZ, PLEASE PAY THE
  620. REGISTRATION FEE.  IT WILL ENSURE CONTINUED GROWTH OF THE
  621. PROGRAM FOR ALL USERS.
  622.  
  623. TIMEZ AND DOCUMENTATION COPYRIGHT ⌐ 1993 BY STEVE MOUNT
  624. ALL RIGHTS RESERVED.
  625.  
  626. 12.  Update Notes
  627.  
  628.  The following is a list of program changes that were a part of each new version:
  629.  
  630.  Version 1.01:
  631.  
  632. - Fixed minor problem in Master Clock.  When switching screens too quickly, portion
  633. of bottom of screen border was being erased.
  634.  
  635.  Version 1.1:
  636.  
  637. - References to "Daylight Savings Time" changed to "Daylight Saving Time"
  638. - Short List added to Print Entries
  639. - Bug that prohibited entry of a MMMDD-type DST indicator (ex: APR01) quashed
  640. - Duplicate "Vancouver, British Columbia" removed from data file
  641. - Replaced seconds display at top of Master Clock screen with display of local 
  642. time/day
  643. - Added ability to change current date/time (Set Local Date/Time)
  644. - Quashed bug that prevented F8  (Save, Edit Next)  from working properly in 
  645. Edit Entry after using F2 (sound search)
  646. - Numerous internal changes
  647.  
  648.  
  649.